Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit ad541b3db9c3f974113a34608be51ba0865e3fae


Parents : e7f2ccc
Author : Mark Qvist <mark@unsigned.io>
Date : 2021-07-02T23:29:15+02:00

Vresion bump. Relaxed required python version.

Changes

1 files changed, 2 insertions(+), 2 deletions(-)

M setup.py +2 -2

Diff

diff --git a/setup.py b/setup.py
index 2828c76..1f28770 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="lxmf",
- version="0.0.6",
+ version="0.0.7",
author="Mark Qvist",
author_email="mark@unsigned.io",
description="Lightweight Extensible Message Format for Reticulum",
@@ -19,5 +19,5 @@ setuptools.setup(
"Operating System :: OS Independent",
],
install_requires=['rns>=0.2.1'],
- python_requires='>=3.6',
+ python_requires='>=3.5',
)
\ No newline at end of file


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────